.showUsePCBox .el-dialog__header {
  padding: 10px 20px 10px;
  font-size: 2px;
  border-bottom: 1px solid #E6E6E6;
}
.showUsePCBox .el-dialog__headerbtn {
  top: 14px;
  font-size: 20px;
}
.showUsePCBox .el-dialog__header .el-dialog__title{
font-size: 14px;
}
.showUsePCBox .el-dialog__body {
  padding: 15px 30px 20px;
  font-size: 12px;
}
.usePC-container input {
  width: 100%;
  height: 30px;
  outline: none;
  border: 1px solid #dddede;
  padding-left: 30px;
  margin-top: 16px;
  font-size: 12px;
  background: #E6E6E6;
  color: #666666;
}
.usePC-container button {
  width: 100%;
  height: 30px;
  outline: none;
  background: #46be8a;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  font-size: 12px;
}
.usePC-containerbutton:hover {
  background: #2fc78f;
}
.usePC-container button:active {
  background: #30b081;
}
.usePC-container .text{
  text-align: center;
  line-height: 21px;
}
